From 939aae55f5ce35e32f0e6c2c2eb888e69d65fbeb Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Thu, 29 Mar 2007 18:19:10 +0100 Subject: [PATCH] xen: Remove droppings from a previous patch. Signed-off-by: Keir Fraser --- xen/common/domain.c | 2 -- xen/include/xen/sched.h | 1 - 2 files changed, 3 deletions(-) diff --git a/xen/common/domain.c b/xen/common/domain.c index 47e7da73b3..9f1648fed5 100644 --- a/xen/common/domain.c +++ b/xen/common/domain.c @@ -356,8 +356,6 @@ void domain_pause_for_debugger(void) send_guest_global_virq(dom0, VIRQ_DEBUGGER); } -__attribute__ ((weak)) void domain_debug_state_changed(struct domain *d) { } - /* Complete domain destroy after RCU readers are not holding old references. */ static void complete_domain_destroy(struct rcu_head *head) { diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h index 33071104e5..1484c34f68 100644 --- a/xen/include/xen/sched.h +++ b/xen/include/xen/sched.h @@ -333,7 +333,6 @@ void domain_destroy(struct domain *d); void domain_kill(struct domain *d); void domain_shutdown(struct domain *d, u8 reason); void domain_pause_for_debugger(void); -void domain_debug_state_changed(struct domain *d); /* * Mark specified domain as crashed. This function always returns, even if the -- 2.30.2